home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / bbs_misc / raptr9b4.zip / RAPDOCS.ZIP / RAPUPD.DOC < prev    next >
Text File  |  1996-02-11  |  29KB  |  588 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                        RAPTOR BBS - Undocumented Commands
  8.                        (c) 1995 by The Raptor Development Team
  9.                        All Rights Reserved
  10.  
  11.  
  12.  
  13. (6-28-95)
  14. The following additions and changes to RAPTOR have been made and are not
  15. at this time included in the document files.
  16.  
  17. Multinode
  18. ---------
  19.         RAPTOR BBS will now support up to 256 nodes under DesqView, OS/2
  20.         or other multitaskers. To configure the information for each
  21.         node.
  22.         (1) Start RAPTOR with the standard BBS.EXE.
  23.         (2) From the WFC screen select <P> for system configuration,
  24.         <A> for modem/node configuration then <A> for node  number.
  25.         (3) Enter the node number for the node you wish to configure,
  26.         then proceed to enter the other information requested on the
  27.         screen.
  28.         (4) Return to the WFC screen after completeing all node
  29.         information.
  30.         (5) Repeat steps (2) through (4) for any other nodes. This will
  31.         create the MODEM###.DAT file for each node.
  32.         (6) Start each node with the command line BBS -n### where ### is
  33.         the node number. If you use BBS without the -n### parameter
  34.         RAPTOR will default to node 1.
  35.  
  36.         A new MCI code has been added to the doors MCI codes. @M will
  37.         now pass the current Node number as a parameter to the command
  38.         line in ONLINE.MNU.
  39.         An MString of DOOR.BAT @M called from node 2 will then pass
  40.         DOOR.BAT 2.
  41.  
  42.         A new MCI has also been added that can be used in files,
  43.         prompts, and the string editor. An MCI of @E will display the
  44.         current node number in the form 'NODE ###' where ### is the
  45.         current node number.
  46.  
  47.         SysOp logs also now show the node number which the user is
  48.         logged in on.
  49.  
  50.  
  51. Conferences
  52. -----------
  53.         RAPTOR now supports up to 26 conferences for message and file
  54.         areas designated A to Z. All conferences are configurable with
  55.         an ACS string to limit access to certain areas of the BBS. To
  56.         assign a file or message are to a conference use the Cx ACS
  57.         command in the area's ACS string, where x is the conference
  58.         identifier. In other words an ACS string with the commands
  59.         S100CD means Security level 100 and joined to conference D. The
  60.         new menu Command Key to 'Join Conference' is OJ. If the MString
  61.         for this command is left blank it will prompt the user for the
  62.         conference they wish to join with an option to list the
  63.         conferences. If the MString contains a valid conference
  64.         Identifier then the OJ command will change the user to that
  65.         conference. If the user is restricted from a conference by the
  66.         conference ACS string they will not see that conference listed
  67.         and will not be able to join that conference.
  68.  
  69.         The conference Editor is accessible from the WFC screen using
  70.         the "$". The options in the editor are fairly straight forward
  71.         to Insert a new conference, Modify an existing conference, or
  72.         Delete an existing conference.
  73.  
  74.         Raptor will start using conference 'A' for each login, even
  75.         though this conference has not been defined.
  76.         The conference system allows you to make groups of message areas
  77.         or file areas available to only users with certain security
  78.         settings.
  79.  
  80.  
  81. Network Addresses
  82. -----------------
  83.         The addresses set up in the Network configuration are now used
  84.         to configure the addresses in echomail message areas as well as
  85.         in processing netmail by the RAPMAIL program. When you select
  86.         the option to configure the network address of a message base
  87.         you will see the list of addresses bisplayed and be prompted for
  88.         which you wish to use.
  89.  
  90. ============
  91. <07-04-95>
  92. ============
  93.  
  94. Nonstandard Comports
  95. ---------------------
  96.         Support for nonstandard IRQ's and Com Base addresses are
  97.         supplied to RAPTOR through the fossil driver. However DSZ/GSZ
  98.         and some other transfer protocols are interrupt driven and the
  99.         fossil is unloaded by RAPTOR as it shells to the external
  100.         protocol. In order for the protocol to handle the nonstandard
  101.         port cofiguration it is necessary to pass the IRQ and base
  102.         address of the comport to the protocol program. RAPTOR now
  103.         allows you to configure the IRQ and Address of the port in the
  104.         MODEM configuration menu from the MFC screen. These are passed
  105.         to the protocol in the variable %I ( IRQ from modem congig) and
  106.         %A ( base address from modem config). Refer to the documentation
  107.         for the protocol driver you are using for the correct syntax to
  108.         pass these variables to the protocol. You must then edit the
  109.         protocol commandline in the PROTOCOL EDITOR from the WFC.
  110.  
  111. ========
  112. 07-08-95
  113. ========
  114.  
  115. Mail processing
  116. ----------------
  117.         RAPTOR will exit with an errorlevel of 2 to DOS if there is new
  118.         echomail or netmail. This will allow you to process mail only if
  119.         there is new mail ( Yeah I know.... RAPMAIL is to ^$#&$* slow
  120.         when the message bases get big... working on it <G>) instead of
  121.         after every caller.
  122.          The command line would look something like
  123.          If errorlevel = 2 then goto newmail
  124.          Goto Nomail
  125.          :Newmail
  126.          RAPMAIL -s
  127.          REM  Enter command sfor the processor here GEcho FMail etc.
  128.          RAPMAIL -P
  129.          GOTO END
  130.          :NOMAIL
  131.          GOTO END
  132.  
  133. ==========
  134. 07-11-95
  135. ==========
  136.  
  137. RAPMAIL Scanning
  138. ------------------
  139.         RAPMAIL will now only scan the netmail directory and any echo
  140.         areas with NEW messages. The purge will check all directories,
  141.         if a .MSG or HIWATER.MRK file exists in that directory then it
  142.         will be purged and the PURGING COMPLETE message displayed, or
  143.         else the NO MESSAGES message will be displayed. This makes
  144.         RAPMAIL much faster in normal operation. There is no change in
  145.         the Toss operation.
  146.  
  147. ==========
  148. 07/16/95
  149. ==========
  150.  
  151. Logoff Quotes
  152. -------------
  153.         Logoff quotes are now available to the users. To enable Logoff
  154.         Quotes a new menu command "OQ" has been added. "OQ" will prompt
  155.         the user if they wish to leave a logoff quote and allow them to
  156.         enter a one line 78 character quote. There is NO MString for the
  157.         "OQ" command, and the acs string may be set to restrict the
  158.         users who have access to leave a quote. If you have 'AutoMessage
  159.         in Logon' enabled inthe BBS setup the last logoff quote will be
  160.         shown to the user in the form
  161.         "(USERNAME) was logged in recently and said.."
  162.         " <QUOTE>"
  163.         Colors may be used in the quote line using the standard CTRL-P
  164.         selections. If no color codes are used the quote will be in
  165.         Yellow. The first line will be in Blue.
  166.         The "OR" Command keys has also been added to allow users to read
  167.         back through the logof quote file one screen at a time. "OR" has
  168.         no MString for the command.
  169.  
  170. Readmail commands
  171. -----------------
  172.         The read e-mail submenu commands have been changed to make them
  173.         a bit more standard. To reread the last message use "A" for
  174.         Again, and to reply use the "R" command. Public and Echomail
  175.         currently still uses the "A" autoreply command... working on
  176.         that one watch this space for future changes<G>
  177.  
  178. =============
  179. 08-15-95
  180. =============
  181.  
  182. Expanded RIP features
  183. ---------------------
  184.         The RIP support for your users is still being updated.Mouseable
  185.         pop-up picklists for File Areas, Message Ares, and Conferences
  186.         is in place. The RIP background wallpaper behind the lists is
  187.         configurable. RAPTOR will look for a .RIP file for each area
  188.         WPMSG.RIP for messages
  189.         WPFILE.RIP for files
  190.         WPCONF.RIP for conferences
  191.         and display this file as the background for the pop-up lists.
  192.        If the file does not exist RAPTOR will display it's own internal
  193.        wallpaper. These files must be stored in the AFILES directory. It
  194.        is recommended that theses screens contain no mouse areas, and
  195.        that after creating these files you use a text editor to remove
  196.        the |#|#|# (RIP_no_more) command from the end of the file. The
  197.        editor RIP control panel and the file browse control panel and
  198.        RIP login prompts are all internal to RAPTOR and will be
  199.        configurable in future releases through the RIP cfg options to be
  200.        added, but will not be editable.
  201.  
  202. External Full Screen Editor
  203. ----------------------------
  204.         Although RAPTOR includes a very powerful internal editor, it
  205.         still has the drawback of being a line based editor. Since many
  206.         users prefer the ease of using a full screen ANSI editor we have
  207.         included support for RemoteAccess (RA (c) Wantree Development
  208.         and Andrew Milner) style full screen external editor. We have so
  209.         far tested this feature with the shareware editor IceEdit ((c)
  210.         Jeremy        ). A new option (X) has been added to the  system
  211.         configuration menu to configure the external editor. Options
  212.         here are
  213.         A. Use external editor
  214.         B. Editor dropfile type
  215.         C. Editor command line
  216.         A). This is a yes/no toggleable field which enables use of an
  217.         external editor. If this is set to NO then RAPTOR will not
  218.         attempt to use an external editor.
  219.         B) This is the drop file tpye needed by your external editor.
  220.         When you select B you will be presented with a list of possible
  221.         drop file types and their corresponding key letter. For IceEdit
  222.         we selected type 'D' - Dorinfox.def. Selecting '-' will not
  223.         create a drop file allowing you to pass the values required by
  224.         your editor to it on the command line using the standard RAPTOR
  225.         Door information MCI codes.
  226.         C) This is the command line required to start your editor. In
  227.         configuring IceEdit we entered a command line of:
  228.         EDIT.BAT @M
  229.            ^      ^
  230.            |      |_____Passes current node number for this node
  231.            |           (i.e.  Node 1 would pass 1)
  232.            |
  233.            |________Batch file to launch your editor
  234.         Our EDIT.BAT was really pretty simple
  235.         CD\ICEEDIT
  236.         ICEEDIT /D:C:\RAPTOR\TEMP\N%1
  237.         CD\RAPTOR
  238.         The /D: switch in the ICEEDIT parameter passes the directory to
  239.         look for the drop files to the door (DORINFOx.DEF and MSGTMP).
  240.         The %1 batch variable passes the current node number from the @M
  241.         MCI code making the N%1 come out as N1 ( default directory for
  242.         node 1 from the Modem config setup)
  243.         In order to properly configure an external editor you must
  244.         understand a bit about how RAPTOR handles messages. If you are
  245.         replying to a message RAPTOR creates a file called MSGTMP and
  246.         stores it in the node drop file directory for the current node.
  247.         This directory is configured in the modem setup option from the
  248.         system configuration menu of the WFC. MSGTEMP is a file which
  249.         contains the text of the message you are replying to. This file
  250.         is used by RAPTOR's internal editor as the quotable part of the
  251.         text, and is also used by RA compatible editors as their quote
  252.         files. It is necessary to point the editor to the proper
  253.         directory where it can find MSGTMP. In this case both the
  254.         Dorinfox.def file and MSGTMP are located in the same directory,
  255.         and ICEEDIT assumes they will be found together, so the /D:
  256.         switch points ICEEDIT to the proper directory for both it's drop
  257.         file and the MSGTMP quote file. ICEEDIT will rewrite the MSGTMP
  258.         file to include the selected quoted text as well as the text of
  259.         the new part of your message. If you abort the message in
  260.         ICEEDIT the MSGTMP file will be erased. If RAPTOR returns from
  261.         the external editor and MSGTMP does not exist it will assume the
  262.         message has been aborted. If MSGTMP exists RAPTOR will then
  263.         import the text into the mesage base. It is not necessary to
  264.         enter the To and subject information in the editor, only the
  265.         message body text.
  266.         That, in a nutshell, is how to install your external editor. As
  267.         with all shareware products, please register any shareware
  268.         editor you may select.
  269.         If a user is in either the external OR internal editor it is not
  270.         possible to do an on-line adjustment of their account status
  271.         using the F1 key.
  272.  
  273. Other stuff
  274. -----------
  275.         Although the recent dates of the additions to this file make it
  276.         look as if we have been sitting on our backsides for a couple
  277.         weeks that isn't exactly true. Many changes have been begun
  278.         internally for added features and options. In the near future we
  279.         will see the ability to attach files to E-Mail, configure the
  280.         look of on-the-fly RIP screens, have your default RIP menus
  281.         updated automatically whenever you change your .MNU files, and
  282.         hopefully the addition of on-the-fly light bar menus for your
  283.         ANSI users.
  284.  
  285. ============
  286.   8-17-95
  287. ============
  288.  
  289.  Automatic updating of default RIPs
  290.  ----------------------------------
  291.         Ok as mentioned above some of the near future has arrived. The
  292.         default RIP menus are now updated whenever you modify or change
  293.         any of you .MNU files. To control the function of the updater
  294.         program (RIPMEN.EXE) a new switch has been added to the system
  295.         config <H> Miscelaneous  menu. That option is 'Use default RIP
  296.         menus'. If this is set to ON then RAPTOR will regenerate a new
  297.         RIP menu anytime you change the .MNU file. If the menu is all
  298.         first commands there will be no RIP screen generated.
  299.  
  300.   >>*<<  >>*<<  >>*<<  >>*<<  >>*<<  >>*<<  >>*<< >>*<<
  301.   IMPORTANT!!!
  302.        If you use custom RIP screens be certain to set the option to use
  303.        default RIP menus to OFF! If this option is enabled your custom
  304.        screens will be overwritten by the default menus!
  305.   >>*<<  >>*<<  >>*<<  >>*<<  >>*<<  >>*<<  >>*<<  >>*<<
  306.  
  307.         Configuration for colors and text styles in a future release
  308.         will be added shortly... RIP menus will also accept only 48
  309.         commands, in other words command #49 and #50 will NOT be shown
  310.         on the default RIPS. Of course if you have that many commands on
  311.         one menu it is probably long past time to create a submenu <G>
  312.  
  313.  
  314. ===========
  315.   8-28-95
  316. ===========
  317.    Split screen chat
  318.    -----------------
  319.        With the Version 06a2 release RAPTOR introduces the concept of
  320.        external software modules. Modules allow 3rd arty developers to
  321.        write RAPTOR specific utilities whic can run as an external
  322.        program, and have RAPTOR pass the necessary information to the
  323.        Module in a standard format. Some of the parameters are still
  324.        under development, however we introduce our first Module with
  325.        this the release, the Split Screen Chat Module. The module is
  326.        contained in the file CHATMOD.EXE, and unlike door style chat
  327.        programs require absolutely NO SysOp configuration. In addition
  328.        thrid party authors can develop a split screen chat module which
  329.        SHOULD require no configuration on the sysop's part. Provided the
  330.        executable is called CHATMOD.EXE this file can be copied into the
  331.        Main RAPTOR BBS directory and run exactly as the Development team
  332.        supplied module. Split screen chat may be accessed with the ALT-C
  333.        key combination and the standard line by line chat is still
  334.        accessed by the F-10 keys.
  335.  
  336.     The Module Concept
  337.     ------------------
  338.         The module concept allows third party developers to write addin
  339.         programs or modules which can be run seamlessly from RAPTOR and
  340.         require little or no SysOp installation.
  341.         In order to qualify as a module a program must meet these
  342.         requirements.
  343.         1) Modules will NOT make use of any form of drop file  other
  344.         than those created by RAPTOR when the 'Launch Module' command is
  345.         called.
  346.         2) Modules must read the RATOR files necessary to locate
  347.         directories as described in the RAPTOR Development Kit. In other
  348.         words, if the Module requires access to one or more of RAPTORS
  349.         Message or File Bases the module must read the RAPTOR STATUS.DAT
  350.         file and the other appropriate files to locate the path to the
  351.         files, and may use external configuration files ONLY for
  352.         information not supplied by RAPTOR.
  353.         3) The Module must detect the fossil used by RAPTOR
  354.         automatically, and handle initializing the fossil if using
  355.         Fossil IO or make certain that it can use it's own onternal comm
  356.         routines. It must NOT be up to the sysop to configur comm
  357.         information.
  358.         4) The module must contain file locking routines or be clearly
  359.         marked for SINGLE NODE USE ONLY.
  360.         5) The module should only modify files created by RAPTOR for
  361.         module purposes only. It should modify RAPTOR'S data files
  362.         directly ONLY if the information needed is not available through
  363.         the rereadable module data file.
  364.    ***NOTE***
  365.         The final format of the Module Data File has not been completely
  366.         finalized. The final spec for this will be available shortly.
  367.         For up to the minute information about what is included in the
  368.         information available to modules contact the Development Team.
  369.  
  370.         In addition, in order for a module to be considered "approved"
  371.         it should meet the following crieria:
  372.         1) If the module is shareware then the registration fee should
  373.         be reasonable when compared to the priceof RAPTOR. In other
  374.         words a $40.00 file handler for a $60.00 BBS is not considered
  375.         reasonable <G>. The development team will make every effort to
  376.         supply basic utilities and modules that are not internal to
  377.         RAPTOR available to sysops at a free or EXTREMELY inexpensive
  378.         rate.
  379.         2) When unregistered the module may have features disabled but
  380.         must present a true representation of the modules MIAN function.
  381.         Nags are permitted either at the beginning of the module or the
  382.         end, but NOT both, and the nag should NOT exceed 15 seconds in
  383.         length. This area should also include any author/copyright info,
  384.         again at the beginning or end, not both.
  385.         3) By accepting a module for 'approved ' status, the development
  386.         team does not gharantee that any one module will get exclusive
  387.         rights to 'approved'stsus for that type of module, nor that we
  388.         will not at some future date include similar features either
  389.         internally or in the form of a free module. IOW if you write a
  390.         killer QWK module, we may still release a basic QWK module.
  391.         4) The author of approved modules must subscribe or have access
  392.         to a BBS that does subscribe to one of the current RAPTOR
  393.         support echos( as of now NVR_NET and SAC_NET). We will not
  394.         support your product! Also the development team must have a
  395.         current voice phone number to contact the author of any approved
  396.         modules. Failure to provide support on a reasonable basis will
  397.         be reason to drop a products 'approved' status.
  398.         5) Continued acceptance of a product as approved is entirely up
  399.         to the discretion of the development team. Any product may be
  400.         dropped from the approved list at any time for any reason.
  401.  
  402.         Although some of these requirements may sound a bit restrictive,
  403.         their basic purpose is in keeping with The Development Teams
  404.         basic mission statement. To provide the BEST possible online
  405.         Host system to system operator, for the best price possible,
  406.         requiring the least amount of configuration possible, while
  407.         maintaining maximum flexibility. While we are not attempting to
  408.         tell anyone how to write his/her program, or how to price or
  409.         market his/her program, these requirements are presented only as
  410.         guidelines for the things we will evaluate before adding a
  411.         module to the approved list. Certain approved products may be
  412.         included with releases of RAPTOR, in their shareware form.
  413.         Shareware products submitted for evaluation to be included as
  414.         approved should include both a shareware and a registered
  415.         version.
  416.  
  417. 11-15-95
  418. ========
  419. Ver 0.7a1
  420.    OK well it's been a while since we worked on this doc, but here is
  421.    the latest. A few minor cosmetic fixes, and a few bug fixes in
  422.    RAPMAIL (now v0.5)
  423.    The bugfixes include eliminating tossing those silly arcmail packets
  424.    created by your front end mailer back into your BBS mail<G>. Also
  425.    fixed some problems RAPMAIL had finding users with netmail. Now
  426.    tosses netmail to the right user account instead of the first one
  427.    with a partial match to the name (oooops!)
  428.    In RAPTOR itself changed the YES/NO prompts to a toggleable type
  429.    prompt. Hit a key to toggle the hilight from yes to no then hit
  430.    enter...
  431.  
  432. ANSIBOXES
  433. ---------
  434.         Ansiboxes will draw a 3-D box around one line of text. This
  435.         option is selectable from the miscelaneous configuration menu.
  436.         At present there are three types (0= No box, 1= Blue Box, 2=
  437.         Gray Box) More colors to follow. Use of the boxes is accessible
  438.         to sysops using a new MCI code @I%string to print%.
  439.         This MCI is available in both files and messages(example title
  440.         lines for your bulletins) as well as in the string editor for
  441.         prompts etc.. You are restricted however to using only 76
  442.         characters in the 'string to print' The two '%' signs are
  443.         required in the MCI code...
  444.  
  445. Split screen Chat
  446. -----------------
  447.         Split screen chat now behaves exactly like the line style chat
  448.         as far as use of time goes. This is internal to RAPTOR so will
  449.         behave like this with ANY chat module written to use with
  450.         RAPTOR.
  451.  
  452. File Browsing
  453. -------------
  454.         The 'B' Browse Files command now displays one screen then the
  455.         prompt rather than a pause. This allows users to tag after each
  456.         screen is displayed. This method is preferable to the 'L' List
  457.         files command. We suggest eliminating the default List Files and
  458.         renaming the Browse command to List. This seems to make it
  459.         easier for the users...
  460.  
  461.  
  462. 1-4-96
  463. ------
  464. INTERNODE PAGING and TELECONFERENCE
  465. ====================================
  466.  
  467. 1) New Menu Commands-
  468.     'OD'- Page a user on another node from the menu prompt. Do not need
  469.     to be in teleconference area to use this. No Mstring.
  470.     'OT'- Enter teleconference area to access conference rooms, group
  471.     chat etc.
  472.     'OW' -Who's on line listing. Shows activity for ANY nodes which have
  473.     been active.
  474.  
  475. 2) New configuration options-
  476.    (Key sequences are from WFC)
  477.    'PB5'- Sets the path where the internode chat files will be located.
  478.    At installation this path  defaults to 'LOGS'(old 'trap'). For
  479.    optimum speed this could be set to a RAMDrive
  480.    'PEM'- If on enables checking for internode messages. If off no
  481.    internode commands are available and no internode files are created.
  482.    Single node systems should NOT enable the teleconference system.
  483.  
  484. 3) Commands from teleconference submenu
  485.    '/J [Conference #]' - Join conference room #
  486.    '/A [Username] {actionword]'- Transmits action word string inserting
  487.    your name and Username in appropriate places.(Not yet implemented)
  488.    '/P [Username] [Message]'- Sends page message to Username wherever
  489.    they are in the BBS, provided they are available for page.
  490.    '/ [Username] [Message]'-Whispers a message to Username. In other
  491.    words noone else in the conference room will see this message.
  492.    '/$' - Displays users information.
  493.    '/#' - Who's on line.
  494.    '/X' or 'X' - Exits Teleconference area.
  495.    '/?' or '?' - Displays Teleconference help screen.
  496.  
  497.  
  498. It is important to realize that teleconferenceing is a very disk intensive
  499. operation and that signifigant speed improvements can be realised by
  500. using a ramdrive for the teleconference file path.  The Teleconference
  501. files are relatively small, so the Ramdrive would not have to be very
  502. big. 1-2 K per node would be more than sufficient.( The files are
  503. actually 414 bytes each, but the 1 to 2 k would allow for small files to
  504. be attached.) Right now there is no way for a user to toggle chat
  505. availability, that will be coming shortly.
  506.  
  507.  
  508. OS/2 NOTES!!!!!
  509. -----------------
  510. When running under OS/2 it is necessary to DELETE the VOLUME ID from
  511. your hard drive. The reason is a quirk in OS/2 which returns the volume
  512. label as a filename. During the logon procedure RAPTOR checks to confirm
  513. that all files in the temp dirs have been deleted from the previous
  514. caller. If OS/2 Returns the Volume Label RAPTOR will try to delete a
  515. file with that same name, since the file doesn't exist a very sudden and
  516. unpleasant crash will result. We are looking into ways to eliminate this
  517. problem completely, however we offer this idea as a temporary solution.
  518. Besides.... what good does the bloody Disk Label do anyway!?!?!?!?!?!?!
  519.  
  520. Passing actual speeds
  521. ---------------------
  522. Two new MCI codes to pass the actual connect speed to either a door on
  523. the command line or to a protocol ( example CEXYZ allows passing both
  524. the locked port rate and the actual connect speed, also some CD rom
  525. doors need the actual speed to calculate correct download limits.) The
  526. actual speed is passed to either a door or an external protocol by using
  527. the %S MCI code. Example: 14,400 bps modem with a locked port at 19,200.
  528. For a 2400 baud caller %B will pass the value 19200 while %S will pass
  529. the value 2400).
  530.  
  531. 2-7-96
  532. -------
  533. OK if you've made it to this point, be certain that you now(if not
  534. before) read the README!!.1ST file. This contains some additions not
  535. discussed in this document. ( Now aren't you glad YOU aren't the doc
  536. coordinator<G>)
  537.  
  538. ================
  539. File Listings
  540. ================
  541. A lot of the recent activity has gone into cleaning up the file listing
  542. appearance, both for new scans and using the List/Browse option. First
  543. of all if you have any comments or suggestions on the looks of the
  544. display forward them to one of the development team.
  545. Version 8b4 introduces sysop selectable file list types. The three
  546. options are:
  547. Option #1
  548. ---------
  549. Num    Filename    Size   FilePts     Short Desc
  550.                                      Long desc
  551.                                      Long desc
  552.                                      .... for the length of the long
  553.                                      desc
  554.  
  555. Option #2
  556. ---------
  557. Num    Filename    Size   File Pts     Short Desc
  558.  
  559. You will notice option 2 has no long description and will display 15
  560. files per screen.
  561.  
  562. Option #3
  563. ---------
  564. Num    Filename    # of DL's    U/L Date    Uploader
  565. Size       Fiel pts                Short Desc
  566.                                 Long desc
  567.                                 Long desc
  568.                                 ..... till the end of long desc
  569.  
  570. If no option has been selected in the system config ( From the WFC
  571. screen P,F,L for the file list style option) then option #3 will become
  572. the default. This can be changed at any time.
  573.  
  574. Again any suggestions for improvements in this area are more than
  575. welcome, and all will be considered.
  576.  
  577. =================
  578. 2-11-96
  579. =================
  580. Configurable netmail path
  581. -------------------------
  582. Begining with the .8b4 release the path for your netmail *.MSG directory
  583. is now configurable. You MUST fill in this path and run RAPMAIL.EXE
  584. Dated after 2-10-96(v.7b) for this to be used. The path is set from the
  585. network configuration (from the WFC P,I ) as option J. This should be
  586. the full path to your netmail directory.
  587.  
  588.